net/http/httputil.maxLatencyWriter.mu (field)

7 uses

	net/http/httputil (current package)
		reverseproxy.go#L504: 	mu           sync.Mutex // protects t, flushPending, and dst.Flush
		reverseproxy.go#L510: 	m.mu.Lock()
		reverseproxy.go#L511: 	defer m.mu.Unlock()
		reverseproxy.go#L530: 	m.mu.Lock()
		reverseproxy.go#L531: 	defer m.mu.Unlock()
		reverseproxy.go#L540: 	m.mu.Lock()
		reverseproxy.go#L541: 	defer m.mu.Unlock()